From ece672ab0b290159ed31dd40cf56f40026ec67ef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Guido=20G=C3=BCnther?= Date: Fri, 15 Mar 2013 18:24:27 +0100 Subject: [PATCH] gdk_{pointer,keyboard}_grab are deprecated so mention the non deprecated gdk_device_grab as well --- gdk/gdktypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h index 97e4540a67..d821251cac 100644 --- a/gdk/gdktypes.h +++ b/gdk/gdktypes.h @@ -297,8 +297,8 @@ typedef enum * viewable. * @GDK_GRAB_FROZEN: the resource is frozen by an active grab of another client. * - * Returned by gdk_pointer_grab() and gdk_keyboard_grab() to indicate - * success or the reason for the failure of the grab attempt. + * Returned by gdk_device_grab(), gdk_pointer_grab() and gdk_keyboard_grab() to + * indicate success or the reason for the failure of the grab attempt. */ typedef enum { -- 2.30.2